xen/arm: smmuv3: Remove unnecessary oom message
authorZhen Lei <thunder.leizhen@huawei.com>
Tue, 23 Aug 2022 14:30:38 +0000 (15:30 +0100)
committerJulien Grall <jgrall@amazon.com>
Tue, 6 Sep 2022 16:43:31 +0000 (17:43 +0100)
commit96a0f2a264c6afb128cff4c6845225f8e3776ed7
tree89be11c9688be4ad34b49b1d2bcf68f9b7d67afd
parent6717b8e6a945ef7efb87e9d625dcf71ad0ef81ba
xen/arm: smmuv3: Remove unnecessary oom message

Backport Linux commit affa909571b0. This is the clean backport without
any changes.

Fixes scripts/checkpatch.pl warning:
WARNING: Possible unnecessary 'out of memory' message

Remove it can help us save a bit of memory.

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Link: https://lore.kernel.org/r/20210609125438.14369-1-thunder.leizhen@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>
Origin: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git affa909571b0
Signed-off-by: Rahul Singh <rahul.singh@arm.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
xen/drivers/passthrough/arm/smmu-v3.c